home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3vcylsl.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_VCYLSL_H = 1;
- include("real/raytr/r3frobj.js")
-
-
- var R3CLID_VCYLINDERSLICE = 442;
-
-
-
-
-
-
-
- R3VCYLSLA_Center = 442502;
- function SetR3VCYLSLA_Center(value) {
- R3Set(this.r3obj, R3VCYLSLA_Center, value, R3TID_VECTOR, 0);
- }
-
- function GetR3VCYLSLA_Center() {
- return R3Get(this.r3obj, R3VCYLSLA_Center, R3TID_VECTOR, 0);
- }
-
-
-
- function r3Vcylinderslice () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_VCYLINDERSLICE, arguments);
- }
- // Methods
-
- // Attributes
- this.GetCenter=GetR3VCYLSLA_Center;
- this.SetCenter=SetR3VCYLSLA_Center;
- }
-
- r3Vcylinderslice.prototype=new r3Frobject;
- // r3vcylsl.h_H